type crypto/tls.lruSessionCache

4 uses

	crypto/tls (current package)
		common.go#L1662: type lruSessionCache struct {
		common.go#L1684: 	return &lruSessionCache{
		common.go#L1693: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
		common.go#L1726: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {